home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / SETUP / CBUILDER / DATA.Z / SWITCH1.DFM / SWITCH1.txt
Encoding:
Text File  |  1997-02-20  |  544 b   |  28 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 317
  5.   Height = 148
  6.   Caption = 'Event Switching Test'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Button1: TButton
  14.     Left = 16
  15.     Top = 24
  16.     Width = 273
  17.     Height = 73
  18.     Caption = 'Switch Event Handlers'
  19.     Font.Color = clBlack
  20.     Font.Height = -24
  21.     Font.Name = 'MS Sans Serif'
  22.     Font.Style = []
  23.     ParentFont = False
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27. end
  28.